ClaimMetadata

@Serializable
data class ClaimMetadata(val path: ClaimPath, val display: List<ClaimDisplay>? = null, val selectivelyDisclosable: ClaimSelectivelyDisclosable? = DefaultSelectivelyDisclosable, val svgId: SvgId? = null)(source)

Constructors

Link copied to clipboard
constructor(path: ClaimPath, display: List<ClaimDisplay>? = null, selectivelyDisclosable: ClaimSelectivelyDisclosable? = DefaultSelectivelyDisclosable, svgId: SvgId? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@SerialName(value = "display")
val display: List<ClaimDisplay>? = null

display information for the claim

Link copied to clipboard
@SerialName(value = "path")
@Required
val path: ClaimPath

The claim or claims that are being addressed

Link copied to clipboard

Indicates whether the claim is selectively disclosable. If omitted, the default value is DefaultSelectivelyDisclosable

Link copied to clipboard
@SerialName(value = "svg_id")
val svgId: SvgId? = null

The ID of the claim for reference in the SVG template